home *** CD-ROM | disk | FTP | other *** search
- //a_This is the main include
-
-
- //a_Predefinitions
- #include "a_predef.h"
-
- //a_Global function declarations
- #include "a_global.h"
-
- //a_Structures
- #include "a_struct.h"
-
- //a_Forward declarations
- class AStreamOutput;
-
- //a_Base classes
- #include "a_base.h"
-
- //a_Branch of the hierarchy that deals with encryption, encoding, conversion, etc...
- #include "a_conv.h"
-
- //a_AArray and ABitArray classes
- #include "a_array.h"
-
- //a_AList, ADataItem and other founding container/element classes
- #include "a_list.h"
-
- //a_AElementPairList and items derrived from it
- #include "a_elist.h"
-
- //a_HTML form items and lists
- #include "a_form.h"
-
- //a_Matrix classes
- #ifdef __RTTI__
- #include "a_matrix.h"
- #else
- #pragma message ("To use matrix derrived object, you must have RTTI compliant compiler and _CPPRTTI defined")
- #endif
-
- //a_Character sets and such
- #ifdef __RTTI__
- #include "a_cset.h"
- #else
- #pragma message ("To use character sets, you must have RTTI compliant compiler and _CPPRTTI defined")
- #endif
-
- //a_Branch of the hierarchy that deals with output as stream, HTML, CGI, X11 bitmap, etc...
- #include "a_stream.h"
-
- //a_Shooping Cart and items
- #include "a_scart.h"
-
-